home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / version.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.9 KB  |  47 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-118]
  2. [C;6;B]        VERSION <value 1>[[.[[<value 2>]]
  3.         LIBVERSION <value>
  4.         LIBREVISION <value>
  5. [7]Default: no version symbols
  6. [J;1;N]
  7.   Defines the version and release numbers. This defines two \
  8. symbols (XDEF or extern.) The symbol VERSION is set to the first \
  9. value and the symbol REVISION is set to the second one.
  10.   The fact that the version number is defined enables \
  11. lk to create the copyright string automatically including \
  12. the system current date and time. Please, refer to the \
  13. COPYRIGHT command for more informations.
  14.  
  15.   When the period (.) does not appear, the REVISION symbol is not \
  16. created. When the period is not followed by anything, REVISION \
  17. receives the value 0.
  18.  
  19.   Values may be written in signed decimal or hexadecimal when \
  20. the value start with a dollar sign ($).
  21.   Example: 'Version -5.$A7'.
  22.  
  23.   The LIBVERSION and LIBREVISION instructions were added for \
  24. Slink compatibility. Slink always creates two symbols _LibVersion \
  25. and _LibRevision, those receive the default value of zero. If \
  26. you want to define them you can use the VERSION instruction or \
  27. LIBVERSION and LIBREVISION respectivly. lk creates two internal \
  28. symbols __LIBRARYVERSION and __LIBRARYREVISION which will be \
  29. transformed via the DEFINE instruction like defined in the \
  30. 'slink.prefs' file. The copyright ID generator accept those two \
  31. symbols as well as VERSION and REVISION.
  32.   The fact one of the LIB instructions is used set the flag \
  33. AMIGALIBRARY. Please refer you to that instruction to have \
  34. all necessary informations.
  35.   Note that the VERSION instruction will defines __LIBRARYVERSION \
  36. and __LIBRARYREVISION equal to the symbols VERSION and REVISION \
  37. respectivly.
  38.  
  39.   See also:
  40. [L;3][LINK amigalibrary]        AMIGALIBRARY
  41. [LINK caseinsensitive]            CASEINSENSITIVE
  42. [LINK copyright]            COPYRIGHT
  43. [LINK define]                DEFINE
  44. [LINK copyright]            LIBID
  45. [LINK time]                TIME
  46. [5; LINK about; GOTO address]        Become Registred
  47.